Update help url default value.
authorCamila Ayres <hello@camilasan.com>
Thu, 20 Feb 2025 17:30:01 +0000 (18:30 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Tue, 25 Feb 2025 10:03:53 +0000 (10:03 +0000)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/libsync/theme.cpp

index 8927f117f6e5afdd9700c72e52fac11113a9d273..16e148167a8f9ed07f1c9aa092d2b167572c303d 100644 (file)
@@ -444,7 +444,7 @@ QString Theme::helpUrl() const
 #ifdef APPLICATION_HELP_URL
     return QString::fromLatin1(APPLICATION_HELP_URL);
 #else
-    return QString::fromLatin1("https://docs.nextcloud.com/#desktop");
+    return QString::fromLatin1("https://docs.nextcloud.com/server/latest/user_manual/en/desktop/index.html");
 #endif
 }